README
======

The code files for Chapter 7 of ASP 2.0 Programmer's Reference are as follows:

ex1.asp - p153, printing out a list of links with the content linking component.

ex2.asp - p154, providing navigational links with the content linking component.

ASPDemo - p157, Using Visual Basic. This folder contains a VB project, ASPDemo, and the compiled DLL for the project. The ASP page demo.asp uses this DLL to call its Hello method, and will produce the output shown on  p158. Before you can run demo.asp you will need to EITHER
a) open the project in VB and compile it by selecting to make the DLL from the File menu (this will automatically register the DLL).
OR
b) Copy the DLL to the directory containing the "regsvr32" command (usually Winnt\System32 on NT or Windows\system on Windows) and register the DLL at the Run prompt from the Start menu by entering the command: regsvr32 ASPDemo.dll

ObjModelDemo - p 158-160, Accessing the ASP Object Model. This folder contains the ASPDemo project described above with further modifications. To run this new version of the ASPDemo component you will need to register the DLL in this folder, with either method a) or b) shown above.
